Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add shadowsocks fields to relay list response from the API #7096

Conversation

rablador
Copy link
Contributor

@rablador rablador commented Oct 29, 2024

The relay list should contain a couple of new fields for shadowsocks proxying:

  • shadowsocks_extra_addr_in - a list of additional IP addresses that can be used to reach a specific relay over shadowsocks. This field will be added to a relay struct (wireguard.relays.[*].shadowsocks_extra_addr_in). These IP addresess will have shadowsocks listening on literally every port. These addresses will all be backed by the same relay.

  • shadowsocks_port_ranges - a field in the toplevel wireguard object that represents all the port ranges that shadowsocks will be listening on the default entry IPs for relays.


This change is Reviewable

@rablador rablador added the iOS Issues related to iOS label Oct 29, 2024
@rablador rablador self-assigned this Oct 29, 2024
Copy link

linear bot commented Oct 29, 2024

Copy link
Contributor

@buggmagnet buggmagnet left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:lgtm:

Reviewed 6 of 8 files at r1, all commit messages.
Reviewable status: 6 of 8 files reviewed, all discussions resolved

@buggmagnet buggmagnet force-pushed the add-shadowsocks-fields-to-relay-list-response-from-the-api-ios-713 branch from 67cfb68 to dc72b5d Compare October 29, 2024 13:40
@buggmagnet buggmagnet merged commit e17d494 into main Oct 29, 2024
10 of 11 checks passed
@buggmagnet buggmagnet deleted the add-shadowsocks-fields-to-relay-list-response-from-the-api-ios-713 branch October 29, 2024 13:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
iOS Issues related to iOS
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants